readInputFileAttributes

Read the contents of the input file attribute into strings.

string[]
readInputFileAttributes
(
const string fileNameString
)

Parameters

fileNameString
Type: string

name of the file to read from

Return Value

Type: string[]

array of strings corresponding to lines of the input file.

Meta